net/http.http2roundRobinWriteScheduler.streams (field)

7 uses

	net/http (current package)
		h2_bundle.go#L12124: 	streams map[uint32]*http2writeQueue
		h2_bundle.go#L12141: 		streams: make(map[uint32]*http2writeQueue),
		h2_bundle.go#L12147: 	if ws.streams[streamID] != nil {
		h2_bundle.go#L12151: 	ws.streams[streamID] = q
		h2_bundle.go#L12167: 	q := ws.streams[streamID]
		h2_bundle.go#L12181: 	delete(ws.streams, streamID)
		h2_bundle.go#L12192: 	q := ws.streams[wr.StreamID()]